home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Graphics & Multimedia / artrage1.1.dmg / ArtRage.app / Contents / Info.plist next >
Extensible Markup Language  |  2005-07-13  |  1KB  |  54 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>.ptg</string>
  13.             </array>
  14.             <key>CFBundleTypeIconFile</key>
  15.             <string>ARDocIcon</string>
  16.             <key>CFBundleTypeName</key>
  17.             <string>ArtRage Painting</string>
  18.             <key>CFBundleTypeOSTypes</key>
  19.             <array>
  20.                 <string>PBPJ</string>
  21.             </array>
  22.             <key>CFBundleTypeRole</key>
  23.             <string>Editor</string>
  24.             <key>LSTypeIsPackage</key>
  25.             <false/>
  26.             <key>NSPersistentStoreTypeKey</key>
  27.             <string>Binary</string>
  28.         </dict>
  29.     </array>
  30.     <key>CFBundleExecutable</key>
  31.     <string>ArtRage</string>
  32.     <key>CFBundleGetInfoString</key>
  33.     <string>ArtRage 1.1</string>
  34.     <key>CFBundleIconFile</key>
  35.     <string>ARIcon</string>
  36.     <key>CFBundleIdentifier</key>
  37.     <string>com.AmbientDesign.ArtRage</string>
  38.     <key>CFBundleInfoDictionaryVersion</key>
  39.     <string>6.0</string>
  40.     <key>CFBundlePackageType</key>
  41.     <string>APPL</string>
  42.     <key>CFBundleShortVersionString</key>
  43.     <string>AR1.1</string>
  44.     <key>CFBundleSignature</key>
  45.     <string>ARTG</string>
  46.     <key>CFBundleVersion</key>
  47.     <string>1.1.2</string>
  48.     <key>NSMainNibFile</key>
  49.     <string>MainMenu</string>
  50.     <key>NSPrincipalClass</key>
  51.     <string>NSApplication</string>
  52. </dict>
  53. </plist>
  54.